AScene

Undocumented in source.

Members

Functions

dispose
void dispose()
Undocumented in source. Be warned that the author may not have intended to support it.
getAssetsForPreload
string[] getAssetsForPreload()
Undocumented in source. Be warned that the author may not have intended to support it.
getName
string getName()
Undocumented in source. Be warned that the author may not have intended to support it.
initialize
void initialize()
Undocumented in source.
onResize
void onResize(uint width, uint height)
Undocumented in source.
preload
void preload()
Undocumented in source. Be warned that the author may not have intended to support it.
pushLayer
void pushLayer(Layer l)
Undocumented in source. Be warned that the author may not have intended to support it.
render
void render()
Undocumented in source.
update
void update(float dt)
Undocumented in source.

Variables

layerStack
Layer[] layerStack;
Undocumented in source.

Inherited Members

From IScene

initialize
void initialize()
Undocumented in source.
pushLayer
void pushLayer(Layer l)
Undocumented in source.
update
void update(float dt)
Undocumented in source.
render
void render()
Undocumented in source.
dispose
void dispose()
Undocumented in source.
onResize
void onResize(uint width, uint height)
Undocumented in source.

Meta